xen: Replace u64 with uint64_t in pdx_init_mask() and callers
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 21 Jun 2019 20:19:31 +0000 (13:19 -0700)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 21 Jun 2019 21:07:39 +0000 (14:07 -0700)
commiteb63e1225aba04c959eeb68eda99e422939c37de
treeb22078bc6bae77d054d230c664d55ca94f75504c
parentf3d8eef9091747e70c505094f63514b43329a922
xen: Replace u64 with uint64_t in pdx_init_mask() and callers

Xen is phasing out the use of u64 in favor of uint64_t. Therefore, the
instance of u64 in the pdx_init_mask() (and the callers) are now
replaced with uint64_t. Take the opportunity to also modify
srat_region_mask as this is used to store the result of pdx_init_mask().

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: julien.grall@arm.com
xen/arch/arm/setup.c
xen/arch/x86/srat.c
xen/common/pdx.c
xen/include/xen/pdx.h